home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Monkey Lander.swf
/
scripts
/
frame_37
/
PlaceObject2_317_598
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
278 b
|
17 lines
onClipEvent(enterFrame){
if(30 < timer)
{
goto = this._currentframe + 1;
if(this._totalframes < goto)
{
this.gotoAndStop(1);
}
else
{
this.gotoAndStop(goto);
}
timer = 0;
}
timer++;
}